home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / xprz351s.lha / xprzmodem_all.h < prev    next >
C/C++ Source or Header  |  1994-11-16  |  690b  |  36 lines

  1. /*
  2.  * xprzmodem_all.h - All Includes
  3.  */
  4.  
  5. #include <proto/all.h>
  6. #include <stdio.h>
  7.  
  8. #include <exec/types.h>
  9. #include <exec/exec.h>
  10. #include <exec/memory.h>
  11. #include <devices/timer.h>
  12. #include <libraries/locale.h>
  13. #include <dos/dos.h>
  14.  
  15. #include <ctype.h>
  16. #include <string.h>
  17. #include <stdlib.h>
  18.  
  19. #include "xproto.h"
  20. #include "zmodem.h"
  21. #include "xprzmodem.h"
  22.  
  23. #include <clib/exec_protos.h>
  24. #include <clib/dos_protos.h>
  25. #include <clib/locale_protos.h>
  26.  
  27. #include <pragmas/exec_pragmas.h>
  28. #include <pragmas/dos_pragmas.h>
  29. #include <pragmas/locale_pragmas.h>
  30.  
  31. extern struct DosLibrary *DOSBase;
  32. extern struct ExecBase *SysBase;
  33. extern struct LocaleInfo li;
  34.  
  35. /* end of xprzmodem_all.h source */
  36.